home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / tobby_on_ice.swf / scripts / frame_23 / DoAction.as
Text File  |  2011-08-19  |  749b  |  21 lines

  1. this.SE_down = new Sound(this);
  2. this.SE_down.attachSound("SE_down");
  3. this.SE_over = new Sound(this);
  4. this.SE_over.attachSound("SE_over");
  5. this.SE_jump = new Sound(this);
  6. this.SE_jump.attachSound("SE_jump");
  7. this.SE_waterin = new Sound(this);
  8. this.SE_waterin.attachSound("SE_waterin");
  9. this.SE_landing = new Sound(this);
  10. this.SE_landing.attachSound("SE_landing");
  11. this.SE_getItem = new Sound(this);
  12. this.SE_getItem.attachSound("SE_getItem");
  13. this.SE_getScore = new Sound(this);
  14. this.SE_getScore.attachSound("SE_getScore");
  15. this.SE_damage = new Sound(this);
  16. this.SE_damage.attachSound("SE_damage");
  17. this.SE_cnt = new Sound(this);
  18. this.SE_cnt.attachSound("SE_cnt");
  19. this.SE_reg = new Sound(this);
  20. this.SE_reg.attachSound("SE_reg");
  21.